[Top] [Prev] [Next] [Bottom]
[Contents]
SaFormReset
Prints a reset form element to an HTML stream
#include "SaRnHtml.
int SaFormReset(char* evalue);
Arguments
evalue
- A string specifying the value of the reset element. This string is converted to an HTML-compatible string. If evalue is NULL, an empty string is used as the element value. A client browser will use the value as the reset button's label.
Return Values
Returns an integer with a value of 0.
Prints a reset form element to an HTML stream. A reset form element is used to reset the form contents in the clients's browser.
The code fragment:
SaFormReset("CLEAR ME");
will write:
<INPUT TYPE="reset" VALUE="CLEAR ME">
to the output stream.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.